//Modifications to "Puddle" by Eric Bruning


Durn="1.1",


CamX="40 * sin( t / 5.9 ) + 1",
CamY="20 * cos( t / 5.5 )",
CamZ="12 + 9 * sin( t / 8.1 )",

CmLX="-.8",
CmLY=".4",
CmLZ="0",

R="fft(s)",
G="fft(s)*(1-dt)",
B="(1 - dt)-fft(s)",

//D0="fft(s)",
//C1=".2 - 1.5 * dt",

//R="c1+2*d0",
//G="c1+d0",
//B="c1+0.5*d0",

CUpX="0",
CUpY="0",
CUpZ="1",



widt=800,heig=600,


ConL=0,ConB=2,




C0="120 * dt",
D0="s * 6.283185",


X="c0 * cos( d0 )",
Y="c0 * sin( d0 )",
Z="35 * cos( dt ) * abs( fft( s ) )",


Scal="650",
ScSz=1,

Pers="300",

Vers=40